You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Matrix Structure
>
Matrix Methods
>
SetRow Method
>
Matrix.SetRow Method ([In] TDenseMtxVec, int)
Dew Math for .NET
Example
Matrix.SetRow Method ([In] TDenseMtxVec, int)
var A:
Matrix
; V:
Vector
; begin A.Size(1,2,True); V.SetIt(True,[1,2, 2,4]);
// complex vector
A.SetCol(V,0); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home